home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / GAMEGLUT / Imakefile < prev    next >
Encoding:
Makefile  |  1998-08-12  |  186 b   |  15 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1997. */
  3.  
  4. #include "../../Glut.cf"
  5.  
  6. TARGETS = asteroids
  7.  
  8. SRCS = asteroids.c
  9.  
  10. AllTarget($(TARGETS))
  11.  
  12. SimpleGlutProgramTarget(asteroids)
  13.  
  14. DependTarget()
  15.